• Visit Rebornbuddy
  • [Plugin - Rep] NetherwingCollector

    Discussion in 'Archives' started by highvoltz, Nov 16, 2010.

    1. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      For this plugin to work you need a profile, either find the one from exfelon that is posted in this thread, (link below) or make your own profile

      Features
      :

      • Collects Netherwing Bush,Ore and the eggs when it sees one.
      Known Issues:

      To Do List:


      How to use:

      1. Make sure you have the latest version of Honorbuddy
      2. Place the .cs file in your HonorBuddy/Plugins folder
      3. Set your Loot Radius in bot settings to whatever distance your profiles calls for.
      4. Download exfelon's profile. Link here
       

      Attached Files:

      Last edited: Mar 7, 2014
      Stiopare, xergz and Kickazz006 like this.
    2. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      sweet! thanks for this! highvoltz ftw.
       
      Last edited: Nov 16, 2010
    3. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      is "panama" supposed to be "panyama"??

      could this be adapted for say... mature spore sacks in zangarmarsh? and Glowcaps
       
    4. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Yes, with only a minor edit.
       
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      awesome, i'll write some profiles up for the "rep farmers" -- can the edit be done by a user? or only by the creator? or can you add a function that lets you put in an item(s) code(s) to pick it up?
       
    6. Sweking

      Sweking New Member

      Joined:
      Jul 29, 2010
      Messages:
      153
      Likes Received:
      0
      Trophy Points:
      0
      Yay! Thanks m8! My PM seems to have worked! ^^,
       
    7. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      The edits can be done by the users, The section that needs to be changed is this
      Code:
                  List<WoWGameObject> objList = ObjectManager.GetObjectsOfType<WoWGameObject>()
                      .Where(o => (o.Entry == 185881 &&  Me.GetSkill(SkillLine.Herbalism).CurrentValue >= 350)||
                      (o.Entry == 185877 && Me.GetSkill(SkillLine.Mining).CurrentValue >= 350 ) || o.Entry == 185915)
                      .OrderBy(o => o.Distance).ToList();
      
      I'm also checking for mining/herbalist skills here so you probably would want to remove that if making a glowcap collector plugin.

      Here's an example with the skill checks removed.All that's left to do is replace the numbers in o.Entry == ##### with the correct object IDs. you can use CnG's Dev Tool to dump gameobjects in log. Use the entry number from the wowhead link that his plugin spits out in the log.
      Enjoy.

      Code:
      List<WoWGameObject> objList = ObjectManager.GetObjectsOfType<WoWGameObject>()
                      .Where(o => 
                      o.Entry == 185877 ||
                      o.Entry == 185915
                      )
                      .OrderBy(o => o.Distance).ToList();
      
       
      Last edited: Nov 16, 2010
    8. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      could this be adapted to loot in BG's? seems like it could, unless the ability to NOT loot is hardcoded into HB.... not at home to test/try it out...
       
      Last edited: Nov 16, 2010
    9. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      Cant find the profile :S looked in archive and searched for it. :S some 1 got a clue of where it is?
       
    10. Munter

      Munter New Member

      Joined:
      Aug 20, 2010
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Same here, could not find it anywhere. Would be nice too :)
       
    11. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      i do remember there being one a long time ago.
       
    12. Nab

      Nab Member

      Joined:
      May 31, 2010
      Messages:
      381
      Likes Received:
      2
      Trophy Points:
      18
      If I recall correctly, he removed it for being too buggy with the crystals etc.
       
    13. Nayhaw

      Nayhaw New Member

      Joined:
      Jul 29, 2010
      Messages:
      141
      Likes Received:
      1
      Trophy Points:
      0
      correct, so a new profile would have to be in order to test this plugin out.
       
    14. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      Any 1 up for doing 1? :)
      (If u do not wanna post it to everyone then psst im your friend, pm me with it :p )
       
    15. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      I think there may need to be some upper limit to the distance it will try and go to get these items.

      it makes a new "priority" of looting with my particular setup. it will always go to a piece of ore (not trying above the mine at the moment), attack anything that aggros/is attacked by my pet (who's on aggressive) on the way, but not loot it. he will clear all of the ore out (and pretty much kill everything down there) then go back and loot all the corpses. it actually works pretty well. once i'm certain of the profiles viability (48 hours of testing or so) i'll put it up.

      I'm using the instantloot plugin btw, and lootfilter to delete everything but the eggs, ore, pollen, crystals, flayer skins. and any green or better gems that drop. destroying all greens and greys.

      the screenshot is after about 2.5-3 hours.
       

      Attached Files:

      Last edited: Nov 18, 2010
    16. Nayhaw

      Nayhaw New Member

      Joined:
      Jul 29, 2010
      Messages:
      141
      Likes Received:
      1
      Trophy Points:
      0
      cant wait for that release Exfelon! keep up the good work bro
       
    17. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      NetherwingCollector 1.5

      • Now uses Bot's Loot Radius settings for max distance to loot the ore,herb and eggs
      • Now Auto Accepts BoP loot (netherwing eggs)
       
      Last edited: Nov 18, 2010
    18. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      would you like to the plugin to be changed so it 1st loots any NPCs that aggroed before moving on to node or keep it as it is?
       
      Last edited: Nov 18, 2010
    19. suntzzz

      suntzzz New Member

      Joined:
      Jan 15, 2010
      Messages:
      247
      Likes Received:
      1
      Trophy Points:
      0
      this looks great..to bad there isn't a public profile to use it with =/
       
    20. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      yeah i think it would look more human to do it that way, most people loot their kills immediately. plus it would help get the mob spawns up faster. everyone knows that the mobs down there have only a slightly less chance of dropping a netherwing egg than the nodes do, correct?

      and thanks for the update highvoltz.

      attached: my profile i made. i don't recommend afking until you've watched it for a while. if highvoltz's change to the plugin works correctly, the radius feature should prevent most of the bad stuff from happening. before, the plugin would sense a node outside the mine, head out and get stuck right at the western mine entrance. i submitted the spot to be remeshed btw. he'd also aggro one of those 110k elites which often ended poorly as i'd setup my cc to use 2 basic attacks over and over since at most it takes at most 2 shots to kill anything in the mine.

      otherwise i ended up with over 40 eggs in less than 12 hours total of being down there (40x275rep=11000 of the ~50k needed). you should be able to hit exalted in 2 days or so, maybe less. i had lootfilter setup to delete everything except the rep items, but you'll end up with more crystals and ore than you'll ever use tho, i've deleted 750 crystals or more, and probably 300 or more ore.

      please keep the criticism of the profile to a minimum. i can change it up / add more hotspots/blackspots as needed. you could vendor out on the ledge, but i preferred not too, as he'd usually get hung at the mines entrance.
       

      Attached Files:

      Last edited: Nov 21, 2010

    Share This Page